Improve wording of Garmin USB exclusive use warning.
authorrobertlipe <robertlipe@gmail.com>
Fri, 24 Feb 2012 15:36:21 +0000 (15:36 +0000)
committerrobertlipe <robertlipe@gmail.com>
Fri, 24 Feb 2012 15:36:21 +0000 (15:36 +0000)
gpsbabel/jeeps/gpsusbwin.c

index c95918b15f1e1cae47f745304c9d9a04806b24f9..34bf9168c9631a765c9984f1038989fe10b7d086 100644 (file)
@@ -166,7 +166,8 @@ HANDLE* garmin_usb_start(HDEVINFO* hdevinfo, SP_DEVICE_INTERFACE_DATA* infodata)
     if (GetLastError() == ERROR_ACCESS_DENIED) {
       warning(
         "Exclusive access is denied.  It's likely that something else such as\n"
-        "Nroute, Spanner, Google Earth, or GPSGate already has control of the device\n");
+        "Garmin Lifetime Updater, Communicator, Basecamp, Nroute, Spanner,\n"
+        "Google Earth, or GPSGate already has control of the device\n");
     }
     GPS_Serial_Error("(usb) CreateFile on '%s' failed", pdd->DevicePath);
     return NULL;